home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 103 / CD-ROM 103.iso / edu / martianwin / docs / sdl_mixer / changes next >
Encoding:
Text File  |  2003-08-11  |  6.0 KB  |  153 lines

  1.  
  2. 1.2.4:
  3. Sam Lantinga - Mon May 20 09:11:22 PDT 2002
  4.  * Updated the CodeWarrior project files
  5. Sam Lantinga - Sun May 19 13:46:29 PDT 2002
  6.  * Added a function to query the music format: Mix_GetMusicType()
  7. Sam Lantinga - Sat May 18 12:45:16 PDT 2002
  8.  * Added a function to load audio data from memory: Mix_QuickLoad_RAW()
  9. Sam Lantinga - Thu May 16 11:26:46 PDT 2002
  10.  * Cleaned up threading issues in the music playback code
  11. Ryan Gordon - Thu May  2 21:08:48 PDT 2002
  12.  * Fixed deadlock introduced in the last release
  13.  
  14. 1.2.3:
  15. Sam Lantinga - Sat Apr 13 07:49:47 PDT 2002
  16.  * Updated autogen.sh for new versions of automake
  17.  * Specify the SDL API calling convention (C by default)
  18. Ryan Gordon - Sat Apr 13 07:33:37 PDT 2002
  19.  * Fixed recursive audio lock in the mixing function
  20. jean-julien Filatriau - Sat Mar 23 18:05:37 PST 2002
  21.  * Fixed setting invalid volume when querying mixer and music volumes
  22. Guillaume Cottenceau - Wed Feb 13 15:43:20 PST 2002
  23.  * Implemented Ogg Vorbis stream rewinding
  24. Peter Kutak - Wed Feb 13 10:26:57 PST 2002
  25.  * Added native midi support on Linux, using GPL code
  26.     --enable-music-native-midi-gpl
  27. Pete Shinners - Mon Jan 14 11:31:26 PST 2002
  28.  * Added seek support for MP3 files
  29. Ryan Gordon - Mon Jan 14 11:30:44 PST 2002
  30.  * Sample "finished" callbacks are now always called when a sample is stopped.
  31.  
  32. 1.2.2:
  33. Guillaume Cottenceau - Wed Dec 19 08:59:05 PST 2001
  34.  * Added an API for seeking in music files (implemented for MOD and Ogg music)
  35.     Mix_FadeInMusicPos(), Mix_SetMusicPosition()
  36.  * Exposed the mikmod synchro value for music synchronization
  37.     Mix_SetSynchroValue(), Mix_GetSynchroValue()
  38.  
  39. 1.2.1:
  40. Yi-Huang Han - Wed Oct 24 21:55:47 PDT 2001
  41.  * Fixed MOD music volume when looping
  42. David Hedbor - Thu Oct 18 10:01:41 PDT 2001
  43.  * Stop implicit looping, set fade out and other flags on MOD files
  44. Sam Lantinga - Tue Oct 16 11:17:12 PDT 2001
  45.  * The music file type is now determined by extension as well as magic
  46. Ryan C. Gordon - Tue Sep 11 12:05:54 PDT 2001
  47.  * Reworked playwave.c to make it more useful as a mixer testbed
  48.  * Added a realtime sound effect API to SDL_mixer.h
  49.  * Added the following standard sound effects:
  50.     panning, distance attenuation, basic positional audio, stereo reversal
  51.  * Added API for mixer versioning: Mix_Linked_Version() and MIX_VERSION()
  52. Sam Lantinga - Tue Sep 11 11:48:53 PDT 2001
  53.  * Updated MikMod code to version 3.1.9a
  54. Torbj÷rn Andersson - Tue Sep 11 11:22:29 PDT 2001
  55.  * Added support for loading AIFF audio chunks
  56. Max Horn - Tue Sep  4 20:38:11 PDT 2001
  57.  * Added native MIDI music support on MacOS and MacOS X
  58. Florian Schulze - Sun Aug 19 14:55:37 PDT 2001
  59.  * Added native MIDI music support on Windows
  60. Sam Lantinga - Sun Aug 19 02:20:55 PDT 2001
  61.  * Added Project Builder projects for building MacOS X framework
  62. Darrell Walisser - Sun Aug 19 00:47:22 PDT 2001
  63.  * Fixed compilation problems with mikmod under MacOS X
  64. Torbj÷rn Andersson - Sun, 19 Aug 2001 16:03:30
  65.  * Fixed AIFF music playing support
  66. Sam Lantinga - Sat Aug 18 04:14:13 PDT 2001
  67.  * Fixed building Ogg Vorbis support on Windows
  68. Ryan C. Gordon - Thu, 7 Jun 2001 13:15:51
  69.  * Added Mix_ChannelFinished() and Mix_GetChunk()
  70. Ryan C. Gordon - Tue, 5 Jun 2001 11:01:51
  71.  * Added VOC sound file support
  72. Guillaume Cottenceau - Thu May 10 11:17:55 PDT 2001
  73.  * Fixed crashes when API used with audio not initialized
  74. Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT)
  75.  * Added support for building RPM directly from tar archive
  76.  
  77. 1.2.0:
  78. Sam Lantinga - Wed Apr  4 12:42:20 PDT 2001
  79.  * Synchronized release version with SDL 1.2.0
  80.  
  81. 1.1.1:
  82. John Hall - Tue Jan  2 13:46:54 PST 2001
  83.  * Added support to playmus for track switching with Ctrl-C
  84.  * Added support to playmus for multiple command line files
  85.  
  86. 1.1.0:
  87. Sam Lantinga - Wed Nov 29 20:47:13 PST 2000
  88.  * Package specifically for SDL 1.1 (no real reason API-wise, but for clarity)
  89.  
  90. 1.0.7:
  91. Sam Lantinga - Tue Nov  7 10:22:09 PST 2000
  92.  * Fixed hang in mikmod re-initialization
  93. Stephane Peter - Oct 17 13:07:32 PST 2000
  94.  * Fixed music fading
  95. Ray Kelm - Fri, 04 Aug 2000 20:58:00 -0400
  96.  * Added support for cross-compiling Windows DLL from Linux
  97.  
  98. 1.0.6:
  99. Sam Lantinga - Sun Jul  2 14:16:44 PDT 2000
  100.  * Added support for the Ogg Vorbis music format: http://www.vorbis.org/
  101. Darrell Walisser - Wed Jun 28 11:59:40 PDT 2000
  102.  * Added Codewarrior projects for MacOS
  103. Sam Lantinga - Mon Jun 26 12:01:11 PDT 2000
  104.  * Fixed symbol aliasing problem with "channel"
  105. Matt - Wed, 12 Apr 2000 15:36:13 -0700
  106.  * Added SDL_RWops support for mikmod loading (not hooked into music.c yet)
  107.  
  108. 1.0.5:
  109. Paul Furber - Fri Mar  3 14:58:50 PST 2000
  110.  * Fixed MP3 detection with compilers that use signed char datatypes
  111.  
  112. 1.0.4:
  113. Sam Lantinga - Thu Feb 10 19:42:03 PST 2000
  114.  * Ported the base mixer and mikmod libraries to MacOS
  115. Markus Oberhumer - Wed Feb  2 13:16:17 PST 2000
  116.  * Fixed problem with short looping sounds
  117. Sam Lantinga - Tue Feb  1 13:25:44 PST 2000
  118.  * Added Visual C++ project file
  119. Markus Oberhumer - Tue Feb  1 13:23:11 PST 2000
  120.  * Cleaned up code for compiling with Visual C++
  121.  * Don't hang in Mix_HaltMusic() if the music is paused
  122. Sam Lantinga - Fri Jan 28 08:54:56 PST 2000
  123.  * Fixed looping WAVE chunks that are not aligned on sample boundaries
  124.  
  125. 1.0.3:
  126. Sam Lantinga - Mon Jan 17 19:48:09 PST 2000
  127.  * Changed the name of the library from "mixer" to "SDL_mixer"
  128.  * Instead of including "mixer.h", include "SDL_mixer.h",
  129.  * Instead of linking with libmixer.a, link with libSDL_mixer.a
  130.  
  131. 1.0.2:
  132. Sam Lantinga - Fri Jan 14 11:06:56 PST 2000
  133.  * Made the CHANGELOG entries Y2K compliant. :)
  134. MFX -    Updated the mikmod support to MikMod 3.1.8
  135. MFX -    Added Mix_HookMusicFinished() API function
  136.  
  137. 1.0.1:
  138. SOL -    Added a post-mixing callback
  139. SP  -    A few music-related bugfixes
  140.  
  141. 1.0.0:
  142. SOL -   Added autoconf support
  143. SP  -   Added MP3 support using SMPEG
  144. SP  -   Added fading in/out of music and samples
  145. SP  -   Added dynamic allocation of channels
  146. SP  -   Added channel grouping functions
  147. SP  -   Added expiration delay for samples
  148.  
  149. Initial Key:
  150. SOL - Sam Lantinga (hercules@lokigames.com)
  151. SP  - Stephane Peter (megastep@lokigames.com)
  152. MFX - Markus Oberhumer (markus.oberhumer@jk.uni-linz.ac.at)
  153.